{% extends "base.html"%} {% load static %} {% block other_css %} {% endblock %} {% block sideDashBoard %} {% include "sideDashboard.html"%} {% endblock %} {% block content %} {% csrf_token %}
{% if jobexists %}
{% for result in results%}
{% endfor %}
{% for result in results%}
Bootstrap Image Preview
{{ no_jobs }}

{{result.title}}

{{result.company.name}}
${{result.salary_min}} - ${{result.salary_max}}
{{result.id}} {{result.category.name}} {{result.jobtype.name}}
{% comment %}Favorite{% endcomment %}
Apply Now Quick Apply Company Page

{{result.description}}

{% endfor %} {% if job %}
Bootstrap Image Preview

{{job.title}}

{{job.company.name}}
${{job.salary_min}} - ${{job.salary_max}}
{{job.id}} {{job.category.name}} {{job.jobtype.name}}
{%comment%} Favorite {%endcomment%}
Apply Now Company Page

{{job.description}}

{% endif %}
{% endif %}

No jobs matching query found.

{%endblock%} {% block other_js %} {%endblock%}